Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGeometry2D Class / GetBounds Method / GetBounds(NPointD[]) Method
Array of points.


In This Topic
    GetBounds(NPointD[]) Method
    In This Topic
    Calculates the bounds of the points in the specified points array range.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetBounds( _
       ByVal points() As NPointD _
    ) As NRectangleD
    'Usage
     
    
    Dim points() As NPointD
    Dim value As NRectangleD
     
    value = NGeometry2D.GetBounds(points)
    public static NRectangleD GetBounds( 
       NPointD[] points
    )

    Parameters

    points
    Array of points.

    Return Value

    the bounds of the points in the list
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also